home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / programmierung / gadutil / docs / autodocs / 25.gu_clearlist < prev    next >
Encoding:
Text File  |  1996-05-31  |  682 b   |  29 lines

  1. gadutil.library/GU_ClearList                     gadutil.library/GU_ClearList
  2.  
  3.    NAME
  4.     GU_ClearList -- Clear a listview gadget and deallocate all its nodes.
  5.  
  6.    SYNOPSIS
  7.     GU_ClearList(gad, win, list)
  8.                  D0   A0   A1
  9.  
  10.     VOID GU_ClearList(struct Gadget *, struct Window *, struct List *);
  11.  
  12.    FUNCTION
  13.     Clear a listview gadget and deallocate all nodes.
  14.  
  15.    INPUTS
  16.     gad  - Gadget To Change
  17.     win  - Window that the gadget is located in.
  18.     list - List structure to deallocate nodes from.
  19.  
  20.    RESULT
  21.     none
  22.  
  23.    BUGS
  24.     none known
  25.  
  26.    SEE ALSO
  27.     GU_AddTail(), GU_NewList(), GU_DetachList(), GU_AttachList()
  28.     GU_FindNode(), GU_NodeUp(), GU_NodeDown(), GU_CountNodes(), GU_SortList()
  29.